home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / a_to_d / ansmach / ansmach2.dfm / ansmach2.txt
Encoding:
Text File  |  1996-09-15  |  2.2 KB  |  104 lines

  1. object AboutBox: TAboutBox
  2.   Left = 297
  3.   Top = 165
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 185
  7.   ClientWidth = 265
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 16
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 249
  19.     Height = 137
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     TabOrder = 0
  23.     object Label2: TLabel
  24.       Left = 8
  25.       Top = 40
  26.       Width = 233
  27.       Height = 17
  28.       Alignment = taCenter
  29.       AutoSize = False
  30.       Caption = 'Consulting By Knight'
  31.       Font.Color = clBlack
  32.       Font.Height = -13
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = []
  35.       ParentFont = False
  36.       WordWrap = True
  37.     end
  38.     object Label3: TLabel
  39.       Left = 8
  40.       Top = 8
  41.       Width = 233
  42.       Height = 24
  43.       Alignment = taCenter
  44.       AutoSize = False
  45.       Caption = 'Answering Machine'
  46.       Font.Color = clBlack
  47.       Font.Height = -19
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = [fsBold]
  50.       ParentFont = False
  51.     end
  52.     object Label5: TLabel
  53.       Left = 8
  54.       Top = 104
  55.       Width = 233
  56.       Height = 26
  57.       Caption = 
  58.         'Developed using Voice Information Systems TIF DLL for Dialogic c' +
  59.         'ompatible hardware.'
  60.       Font.Color = clBlack
  61.       Font.Height = -11
  62.       Font.Name = 'MS Sans Serif'
  63.       Font.Style = []
  64.       ParentFont = False
  65.       WordWrap = True
  66.     end
  67.     object Label4: TLabel
  68.       Left = 8
  69.       Top = 56
  70.       Width = 233
  71.       Height = 16
  72.       Alignment = taCenter
  73.       Caption = '(606) 277-8499'
  74.       Font.Color = clBlack
  75.       Font.Height = -13
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = []
  78.       ParentFont = False
  79.     end
  80.     object Label6: TLabel
  81.       Left = 8
  82.       Top = 72
  83.       Width = 233
  84.       Height = 16
  85.       Alignment = taCenter
  86.       Caption = '75127.2460@compuserve.com'
  87.       Font.Color = clBlack
  88.       Font.Height = -13
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.     end
  93.   end
  94.   object Button1: TButton
  95.     Left = 160
  96.     Top = 152
  97.     Width = 97
  98.     Height = 25
  99.     Caption = '&OK'
  100.     TabOrder = 1
  101.     OnClick = Button1Click
  102.   end
  103. end
  104.